home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / vclmin.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  522 b   |  19 lines

  1. //-------------------------------------------------------------------------
  2. // vclmin.h - includes min hdr files needed for a blank form and a button
  3. //
  4. // $Revision:   1.1.4.1  $
  5. // Copyright (c) 1997, 1998 Borland International
  6. //-------------------------------------------------------------------------
  7. #ifndef VCLMIN_H
  8. #define VCLMIN_H
  9.  
  10. // Instruct VCL.H to not include Database related headers
  11. //
  12. #if !defined(NO_VCLDB_HEADERS)
  13. #define NO_VCLDB_HEADERS
  14. #endif
  15.  
  16. #include <vcl0.h>
  17.  
  18. #endif // VCLMIN_H
  19.